Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.UI Namespace > DocumentViewerAsyncOperation<T> Class : Always Property |
public DocumentViewerAsyncAlways<T> Always {get; set;}
'Declaration
Public Property Always As DocumentViewerAsyncAlways(Of T)
'Usage
Dim instance As DocumentViewerAsyncOperation(Of T) Dim value As DocumentViewerAsyncAlways(Of T) instance.Always = value value = instance.Always
public: property DocumentViewerAsyncAlways<T^>^ Always { DocumentViewerAsyncAlways<T^>^ get(); void set ( DocumentViewerAsyncAlways<T^>^ value); }